home *** CD-ROM | disk | FTP | other *** search
- on hidePSMcontrols
-
- set the castNum of sprite 41 to the number of cast "PSMborder"
-
- repeat with n in [25, 26, 27, 28, 41]
- set the visible of sprite n to FALSE
- end repeat
-
- repeat with n in [54,55, 56, 57]
- set the visible of sprite n to FALSE
- end repeat
-
- -->> HIDE SPEAKER BUTTONS
- repeat with n = 60 to 65
- set the visible of sprite n to FALSE
- end repeat
-
- end hidePSMcontrols
-